Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-47913 (GCVE-0-2025-47913)
Vulnerability from cvelistv5 – Published: 2025-11-13 21:29 – Updated: 2025-12-16 16:43- CWE-703 - Improper Handling of Exceptional Conditions
| Vendor | Product | Version | |
|---|---|---|---|
| golang.org/x/crypto | golang.org/x/crypto/ssh/agent |
Affected:
0 , < 0.43.0
(semver)
|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-47913",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2025-11-13T21:47:44.206349Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2025-11-13T21:47:50.864Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"collectionURL": "https://pkg.go.dev",
"defaultStatus": "unaffected",
"packageName": "golang.org/x/crypto/ssh/agent",
"product": "golang.org/x/crypto/ssh/agent",
"programRoutines": [
{
"name": "client.SignWithFlags"
},
{
"name": "client.List"
},
{
"name": "agentKeyringSigner.Sign"
},
{
"name": "agentKeyringSigner.SignWithAlgorithm"
},
{
"name": "client.Sign"
},
{
"name": "client.Signers"
}
],
"vendor": "golang.org/x/crypto",
"versions": [
{
"lessThan": "0.43.0",
"status": "affected",
"version": "0",
"versionType": "semver"
}
]
}
],
"credits": [
{
"lang": "en",
"value": "Jakub Ciolek"
},
{
"lang": "en",
"value": "Nicola Murino"
}
],
"descriptions": [
{
"lang": "en",
"value": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process."
}
],
"problemTypes": [
{
"descriptions": [
{
"description": "CWE-703: Improper Handling of Exceptional Conditions",
"lang": "en"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2025-12-16T16:43:43.633Z",
"orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"shortName": "Go"
},
"references": [
{
"url": "https://go.dev/cl/700295"
},
{
"url": "https://go.dev/issue/75178"
},
{
"url": "https://github.com/advisories/GHSA-56w8-48fp-6mgv"
},
{
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"title": "Potential denial of service in golang.org/x/crypto/ssh/agent"
}
},
"cveMetadata": {
"assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
"assignerShortName": "Go",
"cveId": "CVE-2025-47913",
"datePublished": "2025-11-13T21:29:39.907Z",
"dateReserved": "2025-05-13T23:31:29.597Z",
"dateUpdated": "2025-12-16T16:43:43.633Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2025-47913",
"date": "2026-06-05",
"epss": "0.00018",
"percentile": "0.05027"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2025-47913\",\"sourceIdentifier\":\"security@golang.org\",\"published\":\"2025-11-13T22:15:51.280\",\"lastModified\":\"2026-01-09T15:32:12.113\",\"vulnStatus\":\"Analyzed\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-617\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:go:ssh:*:*:*:*:*:go:*:*\",\"versionEndExcluding\":\"0.43.0\",\"matchCriteriaId\":\"8CC7C462-0240-4D4B-B289-18AFF9D2BBF5\"}]}]}],\"references\":[{\"url\":\"https://github.com/advisories/GHSA-56w8-48fp-6mgv\",\"source\":\"security@golang.org\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://go.dev/cl/700295\",\"source\":\"security@golang.org\",\"tags\":[\"Patch\"]},{\"url\":\"https://go.dev/issue/75178\",\"source\":\"security@golang.org\",\"tags\":[\"Exploit\",\"Issue Tracking\"]},{\"url\":\"https://pkg.go.dev/vuln/GO-2025-4116\",\"source\":\"security@golang.org\",\"tags\":[\"Vendor Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-47913\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2025-11-13T21:47:44.206349Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2025-11-13T21:47:40.788Z\"}}], \"cna\": {\"title\": \"Potential denial of service in golang.org/x/crypto/ssh/agent\", \"credits\": [{\"lang\": \"en\", \"value\": \"Jakub Ciolek\"}, {\"lang\": \"en\", \"value\": \"Nicola Murino\"}], \"affected\": [{\"vendor\": \"golang.org/x/crypto\", \"product\": \"golang.org/x/crypto/ssh/agent\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"0.43.0\", \"versionType\": \"semver\"}], \"packageName\": \"golang.org/x/crypto/ssh/agent\", \"collectionURL\": \"https://pkg.go.dev\", \"defaultStatus\": \"unaffected\", \"programRoutines\": [{\"name\": \"client.SignWithFlags\"}, {\"name\": \"client.List\"}, {\"name\": \"agentKeyringSigner.Sign\"}, {\"name\": \"agentKeyringSigner.SignWithAlgorithm\"}, {\"name\": \"client.Sign\"}, {\"name\": \"client.Signers\"}]}], \"references\": [{\"url\": \"https://go.dev/cl/700295\"}, {\"url\": \"https://go.dev/issue/75178\"}, {\"url\": \"https://github.com/advisories/GHSA-56w8-48fp-6mgv\"}, {\"url\": \"https://pkg.go.dev/vuln/GO-2025-4116\"}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"description\": \"CWE-703: Improper Handling of Exceptional Conditions\"}]}], \"providerMetadata\": {\"orgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"shortName\": \"Go\", \"dateUpdated\": \"2025-12-16T16:43:43.633Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-47913\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2025-12-16T16:43:43.633Z\", \"dateReserved\": \"2025-05-13T23:31:29.597Z\", \"assignerOrgId\": \"1bb62c36-49e3-4200-9d77-64a1400537cc\", \"datePublished\": \"2025-11-13T21:29:39.907Z\", \"assignerShortName\": \"Go\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:4215
Vulnerability from csaf_redhat - Published: 2026-03-10 15:34 - Updated: 2026-06-06 07:20Azure Storage Library Information Disclosure Vulnerability
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in the Requests HTTP library. This vulnerability allows leakage of .netrc credentials to third parties via maliciously crafted URLs that exploit a URL parsing issue.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in pyjwt. The library uses weak encryption, allowing an attacker to potentially decrypt sensitive data. A network-based attacker can exploit this vulnerability without authentication, possibly resulting in a denial of service or data exposure. This weakness stems from the use of inadequate cryptographic algorithms.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A path traversal vulnerability in the Python setuptools library allows attackers with limited system access to write files outside the intended temporary directory by manipulating package download URLs. This flaw bypasses basic filename sanitization and can lead to unauthorized overwrites of important system files, creating opportunities for further compromise. While it doesn't expose data or require user interaction, it poses a high integrity risk and is especially concerning in environments that rely on automated package handling or internal tooling built on setuptools.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in urllib3. The `PoolManager` class allows redirects to be disabled by configuring retries in a specific manner, effectively bypassing intended HTTP redirection behavior. A network attacker can leverage this configuration to manipulate request flows and disrupt service. This bypass occurs through improper handling of retry parameters during PoolManager instantiation. This issue can reult in a denial of service or unintended data exposure due to altered request destinations.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response. This path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: 'stream'.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
Authlib’s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 “must‑understand” semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed‑language fleets, this enables split‑brain verification and can lead to policy bypass, replay, or privilege escalation.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
A denial of service flaw has been discovered in the python Authlib package. Authlib’s JOSE implementation accepts unbounded JWS/JWT header and signature segments. A remote attacker can craft a token whose base64url‑encoded header or signature spans hundreds of megabytes. During verification, Authlib decodes and parses the full input before it is rejected, driving CPU and memory consumption to hostile levels and enabling denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
urllib3 is an HTTP client library for Python. urllib3's streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — | ||
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.14.6 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.14.6",
"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-2026:4215",
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47273",
"url": "https://access.redhat.com/security/cve/CVE-2025-47273"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2022-30187",
"url": "https://access.redhat.com/security/cve/CVE-2022-30187"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-47081",
"url": "https://access.redhat.com/security/cve/CVE-2024-47081"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-15284",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-50181",
"url": "https://access.redhat.com/security/cve/CVE-2025-50181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-52881",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58183",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58754",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-59420",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61920",
"url": "https://access.redhat.com/security/cve/CVE-2025-61920"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65945",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66471",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66506",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-21441",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-45768",
"url": "https://access.redhat.com/security/cve/CVE-2025-45768"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4215.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.14.6",
"tracking": {
"current_release_date": "2026-06-06T07:20:29+00:00",
"generator": {
"date": "2026-06-06T07:20:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:4215",
"initial_release_date": "2026-03-10T15:34:38+00:00",
"revision_history": [
{
"date": "2026-03-10T15:34:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-10T15:34:48+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T07:20:29+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.14",
"product": {
"name": "Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Aa7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097791"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Ac4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Afd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aaea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aa4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Aef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773101667"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aaa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Aaad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ae2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ac33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Abec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771008628"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1771265622"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773097621"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2022-30187",
"discovery_date": "2025-05-06T16:30:59.189000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"notes": [
{
"category": "description",
"text": "Azure Storage Library Information Disclosure Vulnerability",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "Red Hat Product Security has determined that this vulnerability does not affect any currently supported Red Hat product. This assessment may evolve based on further analysis and discovery. For more information about this vulnerability and the products it affects, please see the linked references.",
"title": "Statement"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2022-30187"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2022-30187",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30187"
}
],
"release_date": "2022-07-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Azure Storage: Azure Storage Library Information Disclosure Vulnerability"
},
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-47081",
"cwe": {
"id": "CWE-522",
"name": "Insufficiently Protected Credentials"
},
"discovery_date": "2025-06-09T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2371272"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Requests HTTP library. This vulnerability allows leakage of .netrc credentials to third parties via maliciously crafted URLs that exploit a URL parsing issue.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "requests: Requests vulnerable to .netrc credentials leak via malicious URLs",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-47081"
},
{
"category": "external",
"summary": "RHBZ#2371272",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2371272"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-47081",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-47081"
},
{
"category": "external",
"summary": "http://seclists.org/fulldisclosure/2025/Jun/2",
"url": "http://seclists.org/fulldisclosure/2025/Jun/2"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/03/11",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/11"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/03/9",
"url": "http://www.openwall.com/lists/oss-security/2025/06/03/9"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/04/1",
"url": "http://www.openwall.com/lists/oss-security/2025/06/04/1"
},
{
"category": "external",
"summary": "http://www.openwall.com/lists/oss-security/2025/06/04/6",
"url": "http://www.openwall.com/lists/oss-security/2025/06/04/6"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef",
"url": "https://github.com/psf/requests/commit/96ba401c1296ab1dda74a2365ef36d88f7d144ef"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/pull/6965",
"url": "https://github.com/psf/requests/pull/6965"
},
{
"category": "external",
"summary": "https://github.com/psf/requests/security/advisories/GHSA-9hjg-9r4m-mvj7",
"url": "https://github.com/psf/requests/security/advisories/GHSA-9hjg-9r4m-mvj7"
},
{
"category": "external",
"summary": "https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env",
"url": "https://requests.readthedocs.io/en/latest/api/#requests.Session.trust_env"
},
{
"category": "external",
"summary": "https://seclists.org/fulldisclosure/2025/Jun/2",
"url": "https://seclists.org/fulldisclosure/2025/Jun/2"
}
],
"release_date": "2025-06-09T17:57:47.731000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "requests: Requests vulnerable to .netrc credentials leak via malicious URLs"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-15284",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-29T23:00:58.541337+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2425946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in qs, a module used for parsing query strings. A remote attacker can exploit an improper input validation vulnerability by sending specially crafted HTTP requests that use bracket notation (e.g., `a[]=value`). This bypasses the `arrayLimit` option, which is designed to limit the size of parsed arrays and prevent resource exhaustion. Successful exploitation can lead to memory exhaustion, causing a Denial of Service (DoS) where the application crashes or becomes unresponsive, making the service unavailable to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "qs: qs: Denial of Service via improper input validation in array parsing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the `qs` module for parsing query strings, particularly when processing user-controlled input with bracket notation. The `arrayLimit` option, intended to prevent resource exhaustion, is bypassed when bracket notation (`a[]=value`) is used, allowing a remote attacker to cause a denial of service through memory exhaustion. This can lead to application crashes or unresponsiveness, making the service unavailable.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-15284"
},
{
"category": "external",
"summary": "RHBZ#2425946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2425946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-15284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15284"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-15284"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9",
"url": "https://github.com/ljharb/qs/commit/3086902ecf7f088d0d1803887643ac6c03d415b9"
},
{
"category": "external",
"summary": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p",
"url": "https://github.com/ljharb/qs/security/advisories/GHSA-6rw7-vpxm-498p"
}
],
"release_date": "2025-12-29T22:56:45.240000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "qs: qs: Denial of Service via improper input validation in array parsing"
},
{
"cve": "CVE-2025-45768",
"discovery_date": "2025-07-31T21:01:30.698283+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pyjwt. The library uses weak encryption, allowing an attacker to potentially decrypt sensitive data. A network-based attacker can exploit this vulnerability without authentication, possibly resulting in a denial of service or data exposure. This weakness stems from the use of inadequate cryptographic algorithms.",
"title": "Vulnerability description"
},
{
"category": "other",
"text": "This CVE has been disputed by the PyJWT. The developers of PyJWT confirm that this issue is not a flaw in the library\u0027s function but rather a potential risk if an application developer chooses to use weak, short cryptographic keys.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-45768"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-45768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45768"
}
],
"release_date": "2025-07-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 0.0,
"baseSeverity": "NONE",
"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:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pyjwt: pyjwt Weak Encryption Vulnerability"
},
{
"cve": "CVE-2025-47273",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-05-17T16:00:41.145177+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2366982"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal vulnerability in the Python setuptools library allows attackers with limited system access to write files outside the intended temporary directory by manipulating package download URLs. This flaw bypasses basic filename sanitization and can lead to unauthorized overwrites of important system files, creating opportunities for further compromise. While it doesn\u0027t expose data or require user interaction, it poses a high integrity risk and is especially concerning in environments that rely on automated package handling or internal tooling built on setuptools.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this vulnerability \"Moderate\" based on the impact of the damage caused by a successful exploitation and the pre-requisites.\n\n* Exploitation requires that the attacker have limited code execution access to a Python environment where they can trigger the vulnerable PackageIndex.download() function\u2014this might be via a script, plugin, or automated job. Full admin rights aren\u0027t needed but a user with no access at all will be unable to exploit this vulnerability.\n* The vulnerability impacts the integrity of the system within the same security boundary\u2014it does not enable access or compromise across trust boundaries (e.g., from one container to another or from user space to kernel).\n* Successful exploitation only allows the attacker to \"create\" new files. The vulnerability does not provide access to existing files and by an extension to any confidential information. \n* Arbitrary file writes can overwrite critical config files, executables, or scripts. This can lead to persistent code execution, system misconfiguration, or unauthorized behavior, especially in automated environments. While overwriting critical files could theoretically lead to service disruption, the vulnerability in isolation does not inherently cause denial of service. The exploit doesn\u0027t target availability directly, and in many cases, systems may continue running.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47273"
},
{
"category": "external",
"summary": "RHBZ#2366982",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2366982"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47273"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88",
"url": "https://github.com/pypa/setuptools/blob/6ead555c5fb29bc57fe6105b1bffc163f56fd558/setuptools/package_index.py#L810C1-L825C88"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b",
"url": "https://github.com/pypa/setuptools/commit/250a6d17978f9f6ac3ac887091f2d32886fbbb0b"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/issues/4946",
"url": "https://github.com/pypa/setuptools/issues/4946"
},
{
"category": "external",
"summary": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf",
"url": "https://github.com/pypa/setuptools/security/advisories/GHSA-5rjg-fvgr-3xxf"
}
],
"release_date": "2025-05-17T15:46:11.399000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "setuptools: Path Traversal Vulnerability in setuptools PackageIndex"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-50181",
"cwe": {
"id": "CWE-601",
"name": "URL Redirection to Untrusted Site (\u0027Open Redirect\u0027)"
},
"discovery_date": "2025-06-19T02:00:42.866992+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2373799"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3. The `PoolManager` class allows redirects to be disabled by configuring retries in a specific manner, effectively bypassing intended HTTP redirection behavior. A network attacker can leverage this configuration to manipulate request flows and disrupt service. This bypass occurs through improper handling of retry parameters during PoolManager instantiation. This issue can reult in a denial of service or unintended data exposure due to altered request destinations.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "A flaw was found in the urllib3 library where it could be tricked into disclosing the Proxy-Authorization header to a destination server when a CONNECT tunnel is used. An attacker can set up a malicious redirect to a crafted URL, which, when followed by the client application, will cause the Proxy-Authorization header to be sent to the attacker-controlled server. This leaks sensitive credentials for the proxy. The impact is primarily on confidentiality. While urllib3 is a ubiquitous component, the vulnerability requires a specific scenario where a user is connecting to a proxy that requires authentication and is redirected to a malicious endpoint. This lowers the exploitability compared to a direct, unauthenticated remote attack, thus, warranting a Moderate severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-50181"
},
{
"category": "external",
"summary": "RHBZ#2373799",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2373799"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-50181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-50181"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/f05b1329126d5be6de501f9d1e3e36738bc08857",
"url": "https://github.com/urllib3/urllib3/commit/f05b1329126d5be6de501f9d1e3e36738bc08857"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-pq67-6m6q-mj2v",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-pq67-6m6q-mj2v"
}
],
"release_date": "2025-06-19T01:08:00.340000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "urllib3: urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-58754",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-09-12T02:00:53.897605+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2394735"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. When Axios runs on Node.js and is given a URL with the `data:` scheme, it does not perform HTTP. Instead, its Node http adapter decodes the entire payload into memory (`Buffer`/`Blob`) and returns a synthetic 200 response.\nThis path ignores `maxContentLength` / `maxBodyLength` (which only protect HTTP responses), so an attacker can supply a very large `data:` URI and cause the process to allocate unbounded memory and crash (DoS), even if the caller requested responseType: \u0027stream\u0027.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios DoS via lack of data size check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Availability impact is limited to the application which bundles axios and not the host Red Hat system.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58754"
},
{
"category": "external",
"summary": "RHBZ#2394735",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2394735"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58754"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58754"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593",
"url": "https://github.com/axios/axios/commit/945435fc51467303768202250debb8d4ae892593"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/pull/7011",
"url": "https://github.com/axios/axios/pull/7011"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.12.0",
"url": "https://github.com/axios/axios/releases/tag/v1.12.0"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj",
"url": "https://github.com/axios/axios/security/advisories/GHSA-4hjh-wcwx-xvwj"
}
],
"release_date": "2025-09-12T01:16:40.513000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "axios: Axios DoS via lack of data size check"
},
{
"cve": "CVE-2025-59420",
"cwe": {
"id": "CWE-440",
"name": "Expected Behavior Violation"
},
"discovery_date": "2025-09-22T18:01:35.379361+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2397460"
}
],
"notes": [
{
"category": "description",
"text": "Authlib\u2019s JWS verification accepts tokens that declare unknown critical header parameters (crit), violating RFC 7515 \u201cmust\u2011understand\u201d semantics. An attacker can craft a signed token with a critical header (for example, bork or cnf) that strict verifiers reject but Authlib accepts. In mixed\u2011language fleets, this enables split\u2011brain verification and can lead to policy bypass, replay, or privilege escalation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib RFC violation",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-59420"
},
{
"category": "external",
"summary": "RHBZ#2397460",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2397460"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-59420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-59420"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df",
"url": "https://github.com/authlib/authlib/commit/6b1813e4392eb7c168c276099ff7783b176479df"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-9ggr-2464-2j32"
}
],
"release_date": "2025-09-22T17:28:53.869000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib RFC violation"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-61920",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-10T20:01:12.833962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2403179"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the python Authlib package. Authlib\u2019s JOSE implementation accepts unbounded JWS/JWT header and signature segments. A remote attacker can craft a token whose base64url\u2011encoded header or signature spans hundreds of megabytes. During verification, Authlib decodes and parses the full input before it is rejected, driving CPU and memory consumption to hostile levels and enabling denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib Denial of Service",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61920"
},
{
"category": "external",
"summary": "RHBZ#2403179",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2403179"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61920"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61920",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61920"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/867e3f87b072347a1ae9cf6983cc8bbf88447e5e",
"url": "https://github.com/authlib/authlib/commit/867e3f87b072347a1ae9cf6983cc8bbf88447e5e"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-pq5p-34cr-23v9",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-pq5p-34cr-23v9"
}
],
"release_date": "2025-10-10T19:25:07.679000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"category": "workaround",
"details": "Users unable to upgrade may manually enforce input size limits before handing tokens to Authlib and/or use application-level throttling to reduce amplification risk.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib Denial of Service"
},
{
"cve": "CVE-2025-65945",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2025-12-04T19:01:14.733682+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418904"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in auth0/node-jws. This vulnerability allows improper signature verification via using the HS256 (Hash-based Message Authentication Code using SHA-256) algorithm under specific conditions, where applications use the jws.createVerify() function for HMAC (Keyed-Hash Message Authentication Code) algorithms and user-provided data from the JSON (JavaScript Object Notation) Web Signature protected header or payload in HMAC secret lookup routines.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-jws: auth0/node-jws: Improper signature verification in HS256 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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65945"
},
{
"category": "external",
"summary": "RHBZ#2418904",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418904"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65945"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65945"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e",
"url": "https://github.com/auth0/node-jws/commit/34c45b2c04434f925b638de6a061de9339c0ea2e"
},
{
"category": "external",
"summary": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x",
"url": "https://github.com/auth0/node-jws/security/advisories/GHSA-869p-cjfg-cm3x"
}
],
"release_date": "2025-12-04T18:45:37.517000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-jws: auth0/node-jws: Improper signature verification in HS256 algorithm"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66471",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2025-12-05T17:02:21.597728+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419467"
}
],
"notes": [
{
"category": "description",
"text": "A decompression handling flaw has been discovered in urllib3. When streaming a compressed response, urllib3 can perform decoding or decompression based on the HTTP Content-Encoding header (e.g., gzip, deflate, br, or zstd). The library must read compressed data from the network and decompress it until the requested chunk size is met. Any resulting decompressed data that exceeds the requested amount is held in an internal buffer for the next read operation. The decompression logic could cause urllib3 to fully decode a small amount of highly compressed data in a single operation. This can result in excessive resource consumption (high CPU usage and massive memory allocation for the decompressed data; CWE-409) on the client side, even if the application only requested a small chunk of data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 Streaming API improperly handles 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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66471"
},
{
"category": "external",
"summary": "RHBZ#2419467",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419467"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66471"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7",
"url": "https://github.com/urllib3/urllib3/commit/c19571de34c47de3a766541b041637ba5f716ed7"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-2xpw-w6gg-jr37"
}
],
"release_date": "2025-12-05T16:06:08.531000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 Streaming API improperly handles highly compressed data"
},
{
"cve": "CVE-2025-66506",
"cwe": {
"id": "CWE-405",
"name": "Asymmetric Resource Consumption (Amplification)"
},
"discovery_date": "2025-12-04T23:01:20.507333+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419056"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fulcio, a free-to-use certificate authority. This vulnerability allows a denial of service (DoS) due to excessive memory allocation when processing a malicious OpenID Connect (OIDC) identity token containing numerous period characters.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat as Fulcio, a certificate authority used for issuing code signing certificates, is susceptible to a denial of service when processing a specially crafted OpenID Connect (OIDC) token. This could lead to resource exhaustion and service unavailability in affected Red Hat products that utilize Fulcio.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66506"
},
{
"category": "external",
"summary": "RHBZ#2419056",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419056"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66506",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66506"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66506"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a",
"url": "https://github.com/sigstore/fulcio/commit/765a0e57608b9ef390e1eeeea8595b9054c63a5a"
},
{
"category": "external",
"summary": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw",
"url": "https://github.com/sigstore/fulcio/security/advisories/GHSA-f83f-xpx7-ffpw"
}
],
"release_date": "2025-12-04T22:04:41.637000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/sigstore/fulcio: Fulcio: Denial of Service via crafted OpenID Connect (OIDC) token"
},
{
"cve": "CVE-2026-21441",
"cwe": {
"id": "CWE-409",
"name": "Improper Handling of Highly Compressed Data (Data Amplification)"
},
"discovery_date": "2026-01-07T23:01:59.422078+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427726"
}
],
"notes": [
{
"category": "description",
"text": "urllib3 is an HTTP client library for Python. urllib3\u0027s streaming API is designed for the efficient handling of large HTTP responses by reading the content in chunks, rather than loading the entire response body into memory at once. urllib3 can perform decoding or decompression based on the HTTP `Content-Encoding` header (e.g., `gzip`, `deflate`, `br`, or `zstd`). When using the streaming API, the library decompresses only the necessary bytes, enabling partial content consumption. Starting in version 1.22 and prior to version 2.6.3, for HTTP redirect responses, the library would read the entire response body to drain the connection and decompress the content unnecessarily. This decompression occurred even before any read methods were called, and configured read limits did not restrict the amount of decompressed data. As a result, there was no safeguard against decompression bombs. A malicious server could exploit this to trigger excessive resource consumption on the client. Applications and libraries are affected when they stream content from untrusted sources by setting `preload_content=False` when they do not disable redirects. Users should upgrade to at least urllib3 v2.6.3, in which the library does not decode content of redirect responses when `preload_content=False`. If upgrading is not immediately possible, disable redirects by setting `redirect=False` for requests to untrusted source.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-21441"
},
{
"category": "external",
"summary": "RHBZ#2427726",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427726"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21441"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b",
"url": "https://github.com/urllib3/urllib3/commit/8864ac407bba8607950025e0979c4c69bc7abc7b"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-38jv-5279-wg99"
}
],
"release_date": "2026-01-07T22:09:01.936000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
}
],
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3 vulnerable to decompression-bomb safeguard bypass when following HTTP redirects (streaming API)"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-10T15:34:38+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4215"
},
{
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:1ec5bd4c50f080096a3579e498ac9301acf3927834f7773996911db8e11d2279_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:698a1ae2e5e2669d5a328d99deb4b8c67f2d7dd03d878600ce13f8dfb154fcf6_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:a4037bacb4f26a947e511da97519fe318b986e31ef4689a2ec7499789096dc2b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:aad14ca0de55666d13c1a12511cea2c071d0a1c7c5e1b9ed9d7c70d157225293_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:c4133c994168c764a87f34a39a2fa66fa0c04c0c186781cf024e5e41f62280d0_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1ff62272e3139cfc7abf3511e706bcdffeabfbbcacfee18508bd629cea20fd78_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:2f0c540c7269e27be3e0d4f988a4d19371a80b8b0684cff74d21851608636c88_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:aa1b44b1ee74a3ba6aa63eef2003077b1a9a5c067a6aa590eeb8fe30a93fe60b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:c33a90cf0b733a8fd0514f9c6cd53c22ff307c15b80c582736ab88ed26e967f7_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:0a79d63a51f959c7704662cf7370da2bd76cc22dd13acefe6eebe6b38881f98a_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:9e2fd6eb656ea932d83f001922aa46e7cef7796c404dbe7ab6393820149941a8_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:bec2f493457c5fec6af7309d9cc09c4a04632b9050b03720861cb05ac77d1d10_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:fd57da947aee5538acc22c9bbc537eeed955334f7bcce8683fe6eb325847812f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:00c8d4e64fd7246b51a23807d56421a63c5cb201565e50fcdd70623d208b4c80_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:47b66c0f25e0be3b5e533422d5591baadc5f7653ec4c97d8398d6cc3451f5ed9_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:78d3fada736cdb40efb692c6eede03c9a380e3d44e3b4ca338bf3676e1c1b745_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:aea11bfd317b3c0d414f7c1ca5c7768ebbe2bf984d48f2960ec309463c383ced_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a7f0bcbf21692be996d8beba4228d51d047237a3dad43a5d61e1a379742b5101_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:14d025b088b84df61332fd60382161cccfae6fc7310cdd7fd0a96432a1dcbb0b_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:191c87e2d307ccc97699cf0ff4b7217ca6d4c6fd51b01e93abc423b7b3b688ba_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:19afededc1a3f54a6c3d85c4e0e35043e1b0d2074f0d983e3393c4694348ae58_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:7a15aecd0b757726ec8dd1fc2d8d0e611fba1b77ce7857604bfa56314bc5189a_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:ef354fd2be18bcce59d2880843ad295ac8610c1d2dd1565a941ab18e77eec27e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:420be03e698e066bbaa96c7334e1a6b14793836f437b53ee1d961414115622c4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:6e421e848fac1ffd749e1761acd51d41419d73a55e610170e3c6c53294ec061e_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:7d3344ce19373fdf5cc721f0abbb2c2ee87d079b96d0dd4c7350621cfa57a322_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:91844fb97cac49e78054bd9547222aadf1762f1c0fd05feb0b86f9d94787512b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:05cc4b4410de27e32897492effb21362d8c1bc8cc56e9408fc9a19f9f3149899_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:225e2bed98b80e753ba2eca6b121a7295b20633b25b8098b7dce66efc2bc1b70_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:51881be0039c3a7df9ad588060955dc3f0ea6eef28a35ebc4fe146e73316e2a4_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:e2a2347a1ed65e94a13fd0330e7922339096d725733071a1f9eb4c413be5eb90_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
}
]
}
RHSA-2026:4532
Vulnerability from csaf_redhat - Published: 2026-03-12 21:01 - Updated: 2026-06-06 07:20A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for buildah is now available for Red Hat Enterprise Linux 9.2 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\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-2026:4532",
"url": "https://access.redhat.com/errata/RHSA-2026:4532"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4532.json"
}
],
"title": "Red Hat Security Advisory: buildah security update",
"tracking": {
"current_release_date": "2026-06-06T07:20:42+00:00",
"generator": {
"date": "2026-06-06T07:20:42+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:4532",
"initial_release_date": "2026-03-12T21:01:29+00:00",
"revision_history": [
{
"date": "2026-03-12T21:01:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-12T21:01:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T07:20:42+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.2::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.el9_2.2.src",
"product": {
"name": "buildah-1:1.29.5-1.el9_2.2.src",
"product_id": "buildah-1:1.29.5-1.el9_2.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.el9_2.2?arch=src\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.el9_2.2.aarch64",
"product": {
"name": "buildah-1:1.29.5-1.el9_2.2.aarch64",
"product_id": "buildah-1:1.29.5-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"product": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"product_id": "buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"product_id": "buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product_id": "buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.el9_2.2?arch=aarch64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.el9_2.2.ppc64le",
"product": {
"name": "buildah-1:1.29.5-1.el9_2.2.ppc64le",
"product_id": "buildah-1:1.29.5-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"product": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"product_id": "buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"product_id": "buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product_id": "buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.el9_2.2?arch=ppc64le\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.el9_2.2.x86_64",
"product": {
"name": "buildah-1:1.29.5-1.el9_2.2.x86_64",
"product_id": "buildah-1:1.29.5-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"product": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"product_id": "buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"product_id": "buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product_id": "buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.el9_2.2?arch=x86_64\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.29.5-1.el9_2.2.s390x",
"product": {
"name": "buildah-1:1.29.5-1.el9_2.2.s390x",
"product_id": "buildah-1:1.29.5-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.5-1.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"product": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"product_id": "buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.5-1.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"product": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"product_id": "buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.5-1.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product_id": "buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.5-1.el9_2.2?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product_id": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.5-1.el9_2.2?arch=s390x\u0026epoch=1"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64"
},
"product_reference": "buildah-1:1.29.5-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le"
},
"product_reference": "buildah-1:1.29.5-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x"
},
"product_reference": "buildah-1:1.29.5-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.el9_2.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src"
},
"product_reference": "buildah-1:1.29.5-1.el9_2.2.src",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.5-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64"
},
"product_reference": "buildah-1:1.29.5-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64"
},
"product_reference": "buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64"
},
"product_reference": "buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le"
},
"product_reference": "buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x"
},
"product_reference": "buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.5-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64"
},
"product_reference": "buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.2)",
"product_id": "AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"relates_to_product_reference": "AppStream-9.2.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T21:01:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4532"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T21:01:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4532"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T21:01:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4532"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-12T21:01:29+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4532"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.src",
"AppStream-9.2.0.Z.E4S:buildah-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debuginfo-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-debugsource-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-1:1.29.5-1.el9_2.2.x86_64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.aarch64",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.ppc64le",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.s390x",
"AppStream-9.2.0.Z.E4S:buildah-tests-debuginfo-1:1.29.5-1.el9_2.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:4693
Vulnerability from csaf_redhat - Published: 2026-03-17 06:49 - Updated: 2026-06-06 07:20A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container's /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instead bind-mount the symlink target read-write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for the container-tools:rhel8 module is now available for Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions and Red Hat Enterprise Linux 8.8 Telecommunications Update Service.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The container-tools module contains tools for working with containers, notably podman, buildah, skopeo, and runc.\n\nSecurity Fix(es):\n\n* runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions (CVE-2025-31133)\n\n* runc: container escape with malicious config due to /dev/console mount and related races (CVE-2025-52565)\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\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-2026:4693",
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_4693.json"
}
],
"title": "Red Hat Security Advisory: container-tools:rhel8 security update",
"tracking": {
"current_release_date": "2026-06-06T07:20:44+00:00",
"generator": {
"date": "2026-06-06T07:20:44+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:4693",
"initial_release_date": "2026-03-17T06:49:06+00:00",
"revision_history": [
{
"date": "2026-03-17T06:49:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-17T06:49:06+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T07:20:44+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:8.8::appstream"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product": {
"name": "Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_tus:8.8::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=src\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-podman@4.4.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.3-0.2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B23884%2B2031fc78?arch=src\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/cockpit-podman@63.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/container-selinux@2.229.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"product": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch (container-tools:rhel8)",
"product_id": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=noarch\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-podman@4.4.1-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8)",
"product_id": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/udica@0.2.6-20.module%2Bel8.8.0%2B23884%2B2031fc78?arch=noarch\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=ppc64le\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.3-0.2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.3-0.2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=ppc64le\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aardvark-dns@1.5.0-2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8)",
"product_id": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.29.7-1.module%2Bel8.8.0%2B24026%2Bca15dd94?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debuginfo@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/conmon-debugsource@2.1.6-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containernetworking-plugins-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/containers-common@1-67.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crit@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-debugsource@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-devel@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/criu-libs-debuginfo@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debuginfo@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/fuse-overlayfs-debugsource@1.11-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debuginfo@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-debugsource@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/libslirp-devel@4.4.0-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/netavark@1.5.1-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debuginfo@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/oci-seccomp-bpf-hook-debugsource@1.2.8-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8)",
"product_id": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.4.1-27.module%2Bel8.8.0%2B24026%2Bca15dd94.5?arch=x86_64\u0026epoch=3\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-criu@3.15-4.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=1\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.11.3-0.2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.11.3-0.2.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026epoch=2\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debuginfo@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/slirp4netns-debugsource@1.2.0-3.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debuginfo@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-debugsource@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
},
{
"category": "product_version",
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8)",
"product_id": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/toolbox-tests@0.0.99.3-7.module%2Bel8.8.0%2B23884%2B2031fc78?arch=x86_64\u0026rpmmod=container-tools:rhel8:8080020260226135022:63b34585"
}
}
}
],
"category": "architecture",
"name": "x86_64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream E4S (v.8.8)",
"product_id": "AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8"
},
"product_reference": "buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8"
},
"product_reference": "podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8"
},
"product_reference": "podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64 (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8"
},
"product_reference": "toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src (container-tools:rhel8) as a component of Red Hat Enterprise Linux AppStream TUS (v.8.8)",
"product_id": "AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
},
"product_reference": "udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"relates_to_product_reference": "AppStream-8.8.0.Z.TUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-31133",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:17:18.235000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404705"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container\u0027s /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instead bind-mount the symlink target read-write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-31133"
},
{
"category": "external",
"summary": "RHBZ#2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-9493-h29p-rfm2",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-9493-h29p-rfm2"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix\nDAC and thus user namespaces stop a container process from being able to write to them.\n\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n\n* Depending on the maskedPath configuration (the default configuratio nonly masks paths in /proc and /sys), using an AppArmor that blocks unexpectedwrites to any maskedPaths (as is the case with the defaultprofile used by Docker and Podman) will block attempts to exploit this issue. However, CVE-2025-52881 allows an attacker to bypass LSMlabels, and so this mitigation is not helpful when considered incombination with CVE-2025-52881.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-17T06:49:06+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:4693"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.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.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.ppc64le::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.E4S:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:aardvark-dns-2:1.5.0-2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-debugsource-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:buildah-tests-debuginfo-1:1.29.7-1.module+el8.8.0+24026+ca15dd94.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:cockpit-podman-0:63.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debuginfo-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:conmon-debugsource-3:2.1.6-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:container-selinux-2:2.229.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debuginfo-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containernetworking-plugins-debugsource-1:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:containers-common-2:1-67.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crit-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-debugsource-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-devel-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:criu-libs-debuginfo-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debuginfo-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:crun-debugsource-0:1.14.3-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debuginfo-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:fuse-overlayfs-debugsource-0:1.11-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debuginfo-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-debugsource-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:libslirp-devel-0:4.4.0-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:netavark-2:1.5.1-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debuginfo-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:oci-seccomp-bpf-hook-debugsource-0:1.2.8-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-catatonit-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-debugsource-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-docker-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-gvproxy-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-plugins-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-remote-debuginfo-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:podman-tests-3:4.4.1-27.module+el8.8.0+24026+ca15dd94.5.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-criu-0:3.15-4.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:python3-podman-0:4.4.1-1.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debuginfo-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:runc-debugsource-1:1.2.9-1.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:skopeo-tests-2:1.11.3-0.2.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debuginfo-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:slirp4netns-debugsource-0:1.2.0-3.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debuginfo-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-debugsource-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:toolbox-tests-0:0.0.99.3-7.module+el8.8.0+23884+2031fc78.x86_64::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.noarch::container-tools:rhel8",
"AppStream-8.8.0.Z.TUS:udica-0:0.2.6-20.module+el8.8.0+23884+2031fc78.src::container-tools:rhel8"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
RHSA-2026:5167
Vulnerability from csaf_redhat - Published: 2026-03-19 20:14 - Updated: 2026-05-28 20:18A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 10.0 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\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-2026:5167",
"url": "https://access.redhat.com/errata/RHSA-2026:5167"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5167.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-28T20:18:47+00:00",
"generator": {
"date": "2026-05-28T20:18:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5167",
"initial_release_date": "2026-03-19T20:14:02+00:00",
"revision_history": [
{
"date": "2026-03-19T20:14:02+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T20:14:02+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:18:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
},
{
"category": "product_name",
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product": {
"name": "Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S",
"product_identification_helper": {
"cpe": "cpe:/o:redhat:enterprise_linux_eus:10.0"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.src",
"product": {
"name": "podman-6:5.4.0-15.el10_0.src",
"product_id": "podman-6:5.4.0-15.el10_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0?arch=src\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-remote-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.aarch64",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.aarch64",
"product_id": "podman-tests-6:5.4.0-15.el10_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0?arch=aarch64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-remote-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.ppc64le",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.ppc64le",
"product_id": "podman-tests-6:5.4.0-15.el10_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0?arch=ppc64le\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-remote-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.x86_64",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.x86_64",
"product_id": "podman-tests-6:5.4.0-15.el10_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0?arch=x86_64\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-remote-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-remote-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-debugsource-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests-debuginfo@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
},
{
"category": "product_version",
"name": "podman-tests-6:5.4.0-15.el10_0.s390x",
"product": {
"name": "podman-tests-6:5.4.0-15.el10_0.s390x",
"product_id": "podman-tests-6:5.4.0-15.el10_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@5.4.0-15.el10_0?arch=s390x\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-6:5.4.0-15.el10_0.noarch",
"product": {
"name": "podman-docker-6:5.4.0-15.el10_0.noarch",
"product_id": "podman-docker-6:5.4.0-15.el10_0.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@5.4.0-15.el10_0?arch=noarch\u0026epoch=6"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.src as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src"
},
"product_reference": "podman-6:5.4.0-15.el10_0.src",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-15.el10_0.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-15.el10_0.noarch",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v. 10.0)",
"product_id": "AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "AppStream-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.src as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src"
},
"product_reference": "podman-6:5.4.0-15.el10_0.src",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-6:5.4.0-15.el10_0.noarch as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch"
},
"product_reference": "podman-docker-6:5.4.0-15.el10_0.noarch",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-remote-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-tests-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64 as a component of Red Hat Enterprise Linux CodeReady Linux Builder EUS (v. 10.0)",
"product_id": "CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64"
},
"product_reference": "podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"relates_to_product_reference": "CRB-10.0.Z.E2S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T20:14: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-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5167"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.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-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"AppStream-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"AppStream-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.src",
"CRB-10.0.Z.E2S:podman-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-debugsource-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-docker-6:5.4.0-15.el10_0.noarch",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-remote-debuginfo-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-6:5.4.0-15.el10_0.x86_64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.aarch64",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.ppc64le",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.s390x",
"CRB-10.0.Z.E2S:podman-tests-debuginfo-6:5.4.0-15.el10_0.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:5222
Vulnerability from csaf_redhat - Published: 2026-03-23 02:37 - Updated: 2026-05-28 20:18A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for podman is now available for Red Hat Enterprise Linux 9.4 Extended Update Support.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The podman tool manages pods, container images, and containers. It is part of the libpod library, which is for applications that use container pods. Container pods is a concept in Kubernetes.\n\nSecurity Fix(es):\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\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-2026:5222",
"url": "https://access.redhat.com/errata/RHSA-2026:5222"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5222.json"
}
],
"title": "Red Hat Security Advisory: podman security update",
"tracking": {
"current_release_date": "2026-05-28T20:18:47+00:00",
"generator": {
"date": "2026-05-28T20:18:47+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:5222",
"initial_release_date": "2026-03-23T02:37:08+00:00",
"revision_history": [
{
"date": "2026-03-23T02:37:08+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-23T02:37:08+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-05-28T20:18:47+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product": {
"name": "Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_eus:9.4::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.1.src",
"product": {
"name": "podman-4:4.9.4-20.el9_4.1.src",
"product_id": "podman-4:4.9.4-20.el9_4.1.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.1?arch=src\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.1?arch=aarch64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.1?arch=ppc64le\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-tests-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.1?arch=x86_64\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-remote-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-tests-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-tests-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_id": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.9.4-20.el9_4.1?arch=s390x\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4:4.9.4-20.el9_4.1.noarch",
"product": {
"name": "podman-docker-4:4.9.4-20.el9_4.1.noarch",
"product_id": "podman-docker-4:4.9.4-20.el9_4.1.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.9.4-20.el9_4.1?arch=noarch\u0026epoch=4"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.1.src as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src"
},
"product_reference": "podman-4:4.9.4-20.el9_4.1.src",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4:4.9.4-20.el9_4.1.noarch as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch"
},
"product_reference": "podman-docker-4:4.9.4-20.el9_4.1.noarch",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.aarch64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.ppc64le as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.s390x as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.1.s390x",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-4:4.9.4-20.el9_4.1.x86_64 as a component of Red Hat Enterprise Linux AppStream EUS (v.9.4)",
"product_id": "AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64"
},
"product_reference": "podman-tests-4:4.9.4-20.el9_4.1.x86_64",
"relates_to_product_reference": "AppStream-9.4.0.Z.EUS"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-23T02:37:08+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5222"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.src",
"AppStream-9.4.0.Z.EUS:podman-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-debugsource-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-docker-4:4.9.4-20.el9_4.1.noarch",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-plugins-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-remote-debuginfo-4:4.9.4-20.el9_4.1.x86_64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.aarch64",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.ppc64le",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.s390x",
"AppStream-9.4.0.Z.EUS:podman-tests-4:4.9.4-20.el9_4.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
}
]
}
RHSA-2026:6503
Vulnerability from csaf_redhat - Published: 2026-04-02 16:38 - Updated: 2026-06-02 17:49A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 | — |
A flaw was found in proxy host matching. This vulnerability allows improper bypassing of proxy settings via manipulating an IPv6 zone ID, causing unintended matches against the NO_PROXY environment variable.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 | — |
Workaround
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 | — |
Workaround
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 | — |
Workaround
|
A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 | — |
A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 | — |
Vendor Fix
fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 | — | ||
| Unresolved product id: Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 | — |
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Data Foundation 4.20.9 security, enhancement \u0026 bug fix update",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Data Foundation 4.20.9 security, enhancement \u0026 bug fix update.",
"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-2026:6503",
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-5042",
"url": "https://access.redhat.com/security/cve/CVE-2024-5042"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-22870",
"url": "https://access.redhat.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47913",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-47914",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-58181",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6503.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.20.9 security, enhancement \u0026 bug fix update",
"tracking": {
"current_release_date": "2026-06-02T17:49:22+00:00",
"generator": {
"date": "2026-06-02T17:49:22+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.1"
}
},
"id": "RHSA-2026:6503",
"initial_release_date": "2026-04-02T16:38:29+00:00",
"revision_history": [
{
"date": "2026-04-02T16:38:29+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-16T09:34:58+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-02T17:49:22+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Openshift Data Foundation 4.2",
"product": {
"name": "Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_data_foundation:4.20::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Openshift Data Foundation"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"product_id": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-operator-bundle@sha256%3A62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545311"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Abc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Add381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"product": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"product_id": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-operator-bundle@sha256%3Ae0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545312"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"product_id": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-operator-bundle@sha256%3Aa903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"product": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"product_id": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-operator-bundle@sha256%3A8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545356"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Ae4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3A31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-operator-bundle@sha256%3A243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545300"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"product_id": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-dependencies-operator-bundle@sha256%3Ab5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545299"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-operator-bundle@sha256%3A58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-operator-bundle@sha256%3Ab7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545302"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Ac2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3Aa625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"product_id": "registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-operator-bundle@sha256%3A1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545317"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"product": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"product_id": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odf-prometheus-operator-bundle@sha256%3A308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545325"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"product_id": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-cluster-operator-bundle@sha256%3A05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"product_id": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-hub-operator-bundle@sha256%3Af953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545326"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Aa866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"product": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"product_id": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odr-recipe-operator-bundle@sha256%3A7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542101"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"product_id": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-operator-bundle@sha256%3A2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc?arch=amd64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774545346"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3Ae6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Aeea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3Ac46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3A86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3Aef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Abc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ab424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Acd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3Aabae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3Ab3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3Ad5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3Aa484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3Ade194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c?arch=ppc64le\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542101"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3Adf25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Acd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3A73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Af1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Adf3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3Abe9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3A5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1?arch=s390x\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542101"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9@sha256%3A6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"product": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"product_id": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/cephcsi-rhel9-operator@sha256%3A7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774540668"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"product_id": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-core-rhel9@sha256%3A0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541259"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"product": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"product_id": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcg-rhel9-operator@sha256%3A6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541345"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-console-rhel9@sha256%3A472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"product_id": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-client-rhel9-operator@sha256%3A0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"product_id": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-metrics-exporter-rhel9@sha256%3Aa3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"product": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"product_id": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ocs-rhel9-operator@sha256%3Ac8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541448"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"product_id": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cli-rhel9@sha256%3A34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541663"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"product_id": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cloudnative-pg-rhel9-operator@sha256%3A73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"product_id": "registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-console-rhel9@sha256%3Aeeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"product_id": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-cosi-sidecar-rhel9@sha256%3Ae558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-rhel9-operator@sha256%3A8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541614"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"product_id": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-csi-addons-sidecar-rhel9@sha256%3Add6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541633"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-rhel9-operator@sha256%3A6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"product_id": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-external-snapshotter-sidecar-rhel9@sha256%3A0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541625"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-console-rhel9@sha256%3A63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542179"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"product_id": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-multicluster-rhel9-operator@sha256%3A9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541779"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"product_id": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-must-gather-rhel9@sha256%3A2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541857"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"product": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"product_id": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odf-rhel9-operator@sha256%3A3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"product": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"product_id": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"product_identification_helper": {
"purl": "pkg:oci/odr-rhel9-operator@sha256%3A7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774541919"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"product": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"product_id": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/rook-ceph-rhel9-operator@sha256%3A253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a?arch=arm64\u0026repository_url=registry.redhat.io/odf4\u0026tag=1774542101"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x"
},
"product_reference": "registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64"
},
"product_reference": "registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64"
},
"product_reference": "registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64"
},
"product_reference": "registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64 as a component of Red Hat Openshift Data Foundation 4.2",
"product_id": "Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
},
"product_reference": "registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64",
"relates_to_product_reference": "Red Hat Openshift Data Foundation 4.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-5042",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"discovery_date": "2024-05-15T00:00:00+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2280921"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Submariner project. Due to unnecessary role-based access control permissions, a privileged attacker can run a malicious container on a node that may allow them to steal service account tokens and further compromise other nodes and potentially the entire cluster.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "submariner-operator: RBAC permissions can allow for the spread of node compromises",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "For the submariner operator in Red Hat Advanced Cluster Management for Kubernetes, the submariner-security outlined potential vulnerabilities regarding RBAC permissions being too broad. Those permissions make it possible to create, patch or update statefulsets or replicasets resources. This may allow new privileged containers escaping them and gaining root privileges on any worker nodes where those containers have been deployed within the cluster.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-5042"
},
{
"category": "external",
"summary": "RHBZ#2280921",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2280921"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-5042",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5042"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-5042",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-5042"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-2rhx-qhxp-5jpw",
"url": "https://github.com/advisories/GHSA-2rhx-qhxp-5jpw"
}
],
"release_date": "2024-05-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T16:38:29+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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.6,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:C/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "submariner-operator: RBAC permissions can allow for the spread of node compromises"
},
{
"cve": "CVE-2025-22870",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2025-03-12T19:00:59.178193+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2351766"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in proxy host matching. This vulnerability allows improper bypassing of proxy settings via manipulating an IPv6 zone ID, causing unintended matches against the NO_PROXY environment variable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net",
"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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-22870"
},
{
"category": "external",
"summary": "RHBZ#2351766",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2351766"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-22870",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22870"
},
{
"category": "external",
"summary": "https://go.dev/cl/654697",
"url": "https://go.dev/cl/654697"
},
{
"category": "external",
"summary": "https://go.dev/issue/71984",
"url": "https://go.dev/issue/71984"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-3503",
"url": "https://pkg.go.dev/vuln/GO-2025-3503"
}
],
"release_date": "2025-03-12T18:27:59.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T16:38:29+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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
},
{
"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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:L",
"version": "3.1"
},
"products": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/net/proxy: golang.org/x/net/http/httpproxy: HTTP Proxy bypass using IPv6 Zone IDs in golang.org/x/net"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T16:38:29+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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-47914",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2025-11-19T21:01:06.202641+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2416000"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the SSH Agent servers component (golang.org/x/crypto/ssh/agent). This vulnerability allows a remote attacker to cause a denial of service (DoS) by sending a specially crafted, malformed message during new identity requests. The server fails to validate the size of these messages, leading to an out-of-bounds read that can cause the program to panic and terminate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products. The golang.org/x/crypto/ssh/agent library, when used in SSH Agent servers, does not properly validate the size of messages during new identity requests. A specially crafted malformed message can lead to an out-of-bounds read, causing the program to panic and resulting in a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47914"
},
{
"category": "external",
"summary": "RHBZ#2416000",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2416000"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47914"
},
{
"category": "external",
"summary": "https://go.dev/cl/721960",
"url": "https://go.dev/cl/721960"
},
{
"category": "external",
"summary": "https://go.dev/issue/76364",
"url": "https://go.dev/issue/76364"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4135",
"url": "https://pkg.go.dev/vuln/GO-2025-4135"
}
],
"release_date": "2025-11-19T20:33:43.126000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T16:38:29+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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
}
],
"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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh/agent: SSH Agent servers: Denial of Service due to malformed messages"
},
{
"cve": "CVE-2025-58181",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-11-19T21:00:50.197590+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415997"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/crypto/ssh. An attacker can exploit this vulnerability by sending specially crafted GSSAPI (Generic Security Service Application Program Interface) authentication requests to an SSH (Secure Shell) server. The server fails to validate the number of mechanisms specified in these requests, leading to unbounded memory consumption. This can result in a Denial of Service (DoS), making the SSH server unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. SSH servers utilizing `golang.org/x/crypto/ssh` and configured to process GSSAPI authentication requests are susceptible to unbounded memory consumption. An attacker can exploit this by sending specially crafted GSSAPI authentication requests, potentially leading to a denial of service.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"known_not_affected": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58181"
},
{
"category": "external",
"summary": "RHBZ#2415997",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415997"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58181"
},
{
"category": "external",
"summary": "https://go.dev/cl/721961",
"url": "https://go.dev/cl/721961"
},
{
"category": "external",
"summary": "https://go.dev/issue/76363",
"url": "https://go.dev/issue/76363"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA",
"url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4134",
"url": "https://pkg.go.dev/vuln/GO-2025-4134"
}
],
"release_date": "2025-11-19T20:33:42.795000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T16:38:29+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://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/4.20/html/updating_openshift_data_foundation/updating-ocs-to-odf_rhodf",
"product_ids": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6503"
}
],
"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": [
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-operator-bundle@sha256:62a1e3e3d10ae3cca4f38b7da160757b26a4ada29ccc0b008db80427caf7bd4f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:457e7c141b8e04ebe23f8b89da6d2a1a86ea5be46e9893b9207bd16a1e7e92b2_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:7e90ed2895f2dd84762ca77fb887b529476bdf79bc5133cb3b3c7dabe719336c_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:86e0fb7a61046341cbe8614394f8784436b2a7b801bd5726ebfa41dd8f27f022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9-operator@sha256:e6f8fbb23fe367d3b12baec5f97d1958e86e97acfc08acdf42ee5abc37f8514b_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:147e1ff243a190e7db6af5a450ab9ee45a6c138beb1428605296c5a39d8c2cd9_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:6e32194b8d6d0a250eddc0c0bdffd8a31440238b192322d71729abe516c88b4d_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:815f42f1839110b1c7cc9a8c4fb0f9b90031943e4a17d4ecbc6b6b119de6b0ad_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/cephcsi-rhel9@sha256:890c1c243a58fe00759ed5c6e17d9f7cf7043d0409d218d3d63cc5daea6daafc_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:0e1a41e4284bb482365de3b2d2e799fe4b53af86743b56ccae50a236eac23897_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:bc906111eeec8e0bb54c34b0cf6e9695dba4f1a308155e08db9393bea97b6cdb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:df25b097a7d1772fdc4ec84533f19f3a916de593029bc38845b9d40b2af5142b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-core-rhel9@sha256:eea2985363d3e9a9f0c2688456a74948ac10aa8b9c7c4d9fb682d0550e4d64e8_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-operator-bundle@sha256:e0d11bc558eebdadcc72e3dcfda3ed7aa0e8e7a6c2a6041076875b71b9593fd5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:23e29e78ab6586896be041a0d759d0a47bf5a3708ba816574bc996baee4af946_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:6503afcba4a7f139e8ba17f59edbe0c109c56ecd62e6e249505f3e0a4020b182_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:c46d5db93877a5ad790ced226a1b2f5682fe51d743938fa6561cb499397eaa84_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/mcg-rhel9-operator@sha256:dd381f4da7876e74f697af5f7378e40c427ba77c54c6c5c387bbce366275cd63_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:40b76923ce5df4062bfd3a6c617874e230b4b47cf998081b0c552141d93a81b0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:472c9719f8368e1e585f8c43890d94ef6581bc5e42ff3bfaea036c6a6f832727_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:4ea89d1bed3fff6035b1aa3bfad77ddbbb2fb42e15aa34011268993c73881e5e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-console-rhel9@sha256:96ca51be0713a54f548d57e4ed0681e830e2760cfa5e16d66726e57b5b026aa8_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-operator-bundle@sha256:a903caeaf7a08ea42f381efc904f7c41e6ed9f539983c8186c9d604677c0e4c4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:0ea607acea5d6ad4aa853cb564e7c5e462c3d5f38814e2097142d44231437bd8_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:18f50116a80c6c3dd2d245733815bdfea65a3f152f7a79484b4ba00f4f4e0022_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:34ca4dda713a8b4adfdd274eaa1d6c8a945ea6f3ca33c3c86e5f5c98a2b05659_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-client-rhel9-operator@sha256:79804ddcade086223a9491e322ad2212782307afee56e0ed75742e234d595cc1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:74efeee9bddf97c549de6a6fa454d86f96d3afef8aaf2438b740403181579fcd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:86470b7d7abb6942782205c9f8097ab9ef1c0841f9e7042faacec0d52560d70a_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:a3ed5f96f3201ae55bb3f4dea6c116c0788d8c1ca49d4d24aa171ad32a07b188_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-metrics-exporter-rhel9@sha256:cd9eb368817a83901a57dd2dee50bb58ce352e192f40b530e3808879a9ca7c7c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-operator-bundle@sha256:8855408bc49030268b769a09acfdf8b797a0188d6b167ffe07d18c56703decde_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:2f22bca94e282ce150235d74070465525b5fbd29070f1caec323f5f8d7be0db5_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:5dd091a4999c42a4ff9cd13accdc1851518cea185657e295ac8b1900d558a29f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:73d3eb352ccd0ab4dbfb85502031b036f156105eebc8f92296e8e256b89b8529_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/ocs-rhel9-operator@sha256:c8f9ed1d92ea49c1db5a6b78f633dfb4c8c2ad12aa574162139b6686160ad46e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:1f58e36602f8e8704179762e4b94898ded50bb9d4643b829ac516165d5a66fe1_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:270bb4340478e95b64aeecf73b6da1dfc1b14547a2a517977522cae334942ebe_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:34b735cdc43fb3bc6db3d0ed7f69aaac6a5c2e4b83a04fc91f58645b8eecb710_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cli-rhel9@sha256:63988d58757ae2b9e42ad895bc03d0ffcc96e8f722b3116fea12e4efb48342a8_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:180f30e2f7ae5a1604c9ef3e8fdcdb2af37c53019280777c61375aef9cc6dee3_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:5b5e33cc511fbbf9fb9d6ec1309472218c98c553429af9f9bc30c1fd69e9121c_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:73e5d007d3e0c57d96d3c11027a36d57eafab5b71877f0f09615934dbaf81445_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cloudnative-pg-rhel9-operator@sha256:ef6590d2d8591a53f6784f2526d9a6e3771a8a2b77dc12fc46af2cdb8aa2ff3e_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:bc06753f9f013d4eed2705d5fbd727f916eab9f72c0c4d2cc33f6f064c58ecb1_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:e4b9477b833041cf4e2e2236ba27d81dbc841700fe33de831bced7594d144aca_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:eeb4f42e3ef4fc1105a829e8f68f8efe5a364a5f74fbde826f0c1906babb1e0e_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-console-rhel9@sha256:f1ed595f2371ff555a617495be83968cf1de0d405b90e83f13f65816b6d1fcaa_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:31bd7bff52021201beffb8f94e25635443390ed7c373fef546dd799c29a540dd_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:b424d0d2dcd4653a4e85c3f947b8213a2ddb306c65eb0f8042f9fbcdf9df5a77_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:df3abf53e0e539d5f9e82bfb607f0572222c41dfc1bd6bc3719cdec29c377c7a_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-cosi-sidecar-rhel9@sha256:e558b8f83258ec1837818de5dd165ee43e8426cbc19573d715f824931383da58_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-operator-bundle@sha256:243304d18c54cfde83103d89b03c2e75310b89b5a7ab24d0c6816b4acb1b1b83_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:0cb993a3f939cd30689f10f03110a6dec8317c9c5c69ed726e78bb9c70b7f3ee_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:7424514ba1a7a001d0fc1214f15d5d73e0379f0293829d736849551f6727539d_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:8faacd8d8616acc68f9a68dcf00263df8ab9eb3f93e68e104c7d99fa1556c787_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-rhel9-operator@sha256:be9b93fc778edec0a514e9acf2abcfb4fc78c3a241676acdebcf513db7a416c0_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:55351821e9c296bf419a0b6b4f8a08942303bde1f6b8c1c8d3e81d719bafd0d4_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:5f08b4c7869c60f005692c5e74e1ca6d55bdebf90c0b28ab25f31fd9422a139f_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:cd59f499b6042b3b913e825427f474267096d3289510b3ec329a5adc774603e0_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-csi-addons-sidecar-rhel9@sha256:dd6be1ff9b19270a9696e8843d2913dd60da9e085eabb859b55049129f1c1b65_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-dependencies-operator-bundle@sha256:b5b97ac0c9b3db213b79c4d4dd8876c18c2b0656f6a838933cc5afb9ea0633e0_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-operator-bundle@sha256:58cdf902630b571c30e2bc30e2f758301dc35bd2bdcd0c9205ecb40cde84202f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:3d8d9e2964d1c472f29ff5a67ff2b23188dbb9add8ccaa1cfa37ad1742825bf9_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:58571551a41e712fc65bc57193191953e30b7074ac5a4a6b7a2c7cfec40b0bcf_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:6e1c0f005b4f5109914c7c5ea9a6ff466b164536d2eff6b040c2c3288cab5e39_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-rhel9-operator@sha256:abae5c78b8e562e8d23d49df7361c0870f636a65836512c2d561407e652b55fd_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:0b5f12a165ad061ec151f9310fa5803717cb41f719802503125d982f5420edd0_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:6ae1eb0c3fbc067ae11d1d93e512111ed0866d580fa3f461706a5eee4c8bfc56_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:8049debdc3cb5f99676eb981757b151564bac5e2fdc90a9f0592393a8868d1d5_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-external-snapshotter-sidecar-rhel9@sha256:b3be63a0c29e551ed8b3648db1ba0fdb90dbcba4189074329da80f75b8a91657_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:08cd8df1f99ca92bd8c82a3ce345352f8a5223feac9f475293987dc6088bd607_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:1a1116906aa52425715588efe171bf08219c866adda96090d38d5264ca62455c_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:63f0abc01654c2a2efdbbae9e1344d35e68c4cc74dd7fea2f6e95b4a795ca4f7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-console-rhel9@sha256:d5bbde498ae0bbc6076f2b5ad4d45b31c3aec2b0e153339bf0e21db711a02822_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-operator-bundle@sha256:b7bc65336fd8f0e66803146fb05273f3c9ba651fa6b1df8bea9afde2201cd8a2_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:13594f6f57bdd87477505288fee4a62c504daacdb6fc930e0c64c582edab4dbb_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:33b7e2cda8655abe7a6728fb80c76537b252a4b9df935e7ef6a1a38ac8917dd7_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:5596f3a33361fa885bc5d7461da8caefb419df3c99cb1b0f7d10f4fd72a6b883_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-multicluster-rhel9-operator@sha256:9ddf1ba86ddb5b3aa16ad468969ff18e556abbceb5153001340322b84dad58a7_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:2541e3c82807ec72336aa0151f05e8576eabe710eaa660efe6fe2a98ab0eff61_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:30ccb913d0e77ec6d65bcdd9ec84bf46745cb0eb45730ee1cf29ddb523ee327b_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:a484a562b8693a76fec6612e360a077863c9d6c95c16816f18c0d3529fda4f65_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-must-gather-rhel9@sha256:c2d95153165971ef4faccbffb471dd76b292bfb3d9afeb17abdf5ae849979b09_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-operator-bundle@sha256:1694c2baed4b1fcb14d096a9de4e1d986d11e6246defef85a16cba9c859d9044_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-prometheus-operator-bundle@sha256:308ddae6eb56353cd515db33e8772fc0060e8449eae681c6e35aa4ed7f91bbdc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:1872fce9d3599368600ce07f81c6a2105bfdf10cb770fdeea57dd1e16f662789_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:3588fbc952ccdfa81b2e81ce55294f651d40ef331037fa7194350f533e502827_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:4d78b0a70e002c0319b54ec53bf7bf7dc6ff21d8e358a12ef1aaf209b9bdaaca_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odf-rhel9-operator@sha256:a625fa2ca62c1d763906995ec3be45366ade2ad467df32f5e0caac47b218d085_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-cluster-operator-bundle@sha256:05d229587822eb2fcf26712251afd5cc200f24d2d4dfcb03652777aea36283ef_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-hub-operator-bundle@sha256:f953bc73c77fffa1c5aac0d8a899eb2a1d1d30dfc6f192b4ad0def41bf06c97f_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-recipe-operator-bundle@sha256:7cd81cc6fd3131a30749efc4d56238fe4801c18d7b8125859f8e17ee48b132fb_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:33e368d66244b241e6eb7e39eb886fa92bf358ddb5a3f231ef3585a7e91d3726_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:7b942cea5dbcd0e3835ca5a28a2c71aeb0cae9895280b70104526ba05fc55354_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:a866d81ff9a81ef61cff50852fa584f786d789531b8cf59ba3ae0a6e41a597be_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/odr-rhel9-operator@sha256:de194d2dcd495f26094ddfe3683c1af12f831abc7867fe05c134363093a6fffc_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-operator-bundle@sha256:2aa9161a19f70a119b7096f8ddf12c09dbd941a087481059d1cae021faba70cc_amd64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:253711dee2d7fdbf65756583ba63a73ed796b1205369e5ed9f48c253a67f4c0a_arm64",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:2811668760323ad7853613f7e407beac05095494d2befb0a96b87b2bb0fab67c_ppc64le",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:7be758d1465b16f5bb5a2ddbbd6811129113d36108b9c3b3dc203220076987e1_s390x",
"Red Hat Openshift Data Foundation 4.2:registry.redhat.io/odf4/rook-ceph-rhel9-operator@sha256:889cb0027b1f5a60058304a093e6ff0862b160c0a1167eef3bf0937e93e8ff41_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang.org/x/crypto/ssh: golang.org/x/crypto/ssh: Denial of Service via unbounded memory consumption in GSSAPI authentication"
}
]
}
RHSA-2026:8325
Vulnerability from csaf_redhat - Published: 2026-04-15 15:24 - Updated: 2026-06-06 07:21A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container's /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instead bind-mount the symlink target read-write.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic("unreachable") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console bind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Workaround
|
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64 | — |
Vendor Fix
fix
Workaround
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x | — |
Workaround
|
|
| Unresolved product id: AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 | — |
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for multiple packages is now available for Red Hat Enterprise Linux 9.0 Update Services for SAP Solutions.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The buildah package provides a tool for facilitating building OCI container images. Among other things, buildah enables you to: Create a working container, either from scratch or using an image as a starting point; Create an image, either from a working container or using the instructions in a Dockerfile; Build both Docker and OCI images. \n\nSecurity Fix(es):\n\n* runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions (CVE-2025-31133)\n\n* runc: container escape with malicious config due to /dev/console mount and related races (CVE-2025-52565)\n\n* runc: container escape and denial of service due to arbitrary write gadgets and procfs write redirects (CVE-2025-52881)\n\n* golang: archive/tar: Unbounded allocation when parsing GNU sparse map (CVE-2025-58183)\n\n* golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS (CVE-2025-47913)\n\n* github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload (CVE-2025-65637)\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-2026:8325",
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8325.json"
}
],
"title": "Red Hat Security Advisory: buildah, crun, podman, runc, and skopeo security update",
"tracking": {
"current_release_date": "2026-06-06T07:21:19+00:00",
"generator": {
"date": "2026-06-06T07:21:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.8.2"
}
},
"id": "RHSA-2026:8325",
"initial_release_date": "2026-04-15T15:24:38+00:00",
"revision_history": [
{
"date": "2026-04-15T15:24:38+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-15T15:24:38+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-06T07:21:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product": {
"name": "Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_e4s:9.0::appstream"
}
}
}
],
"category": "product_family",
"name": "Red Hat Enterprise Linux"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-1.el9_0.3.src",
"product": {
"name": "buildah-1:1.26.9-1.el9_0.3.src",
"product_id": "buildah-1:1.26.9-1.el9_0.3.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-1.el9_0.3?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_0.src",
"product": {
"name": "runc-4:1.2.9-1.el9_0.src",
"product_id": "runc-4:1.2.9-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_0?arch=src\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.6.src",
"product": {
"name": "podman-2:4.2.0-6.el9_0.6.src",
"product_id": "podman-2:4.2.0-6.el9_0.6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.6?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-4.1.el9_0.2.src",
"product": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.src",
"product_id": "skopeo-2:1.8.0-4.1.el9_0.2.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-4.1.el9_0.2?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.el9_0.src",
"product": {
"name": "crun-0:1.14.3-1.el9_0.src",
"product_id": "crun-0:1.14.3-1.el9_0.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.el9_0?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-1.el9_0.3.aarch64",
"product": {
"name": "buildah-1:1.26.9-1.el9_0.3.aarch64",
"product_id": "buildah-1:1.26.9-1.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-1.el9_0.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"product": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"product_id": "buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-1.el9_0.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"product": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"product_id": "buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-1.el9_0.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product_id": "buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-1.el9_0.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product_id": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-1.el9_0.3?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_0.aarch64",
"product": {
"name": "runc-4:1.2.9-1.el9_0.aarch64",
"product_id": "runc-4:1.2.9-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_0?arch=aarch64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.6?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"product": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"product_id": "skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-4.1.el9_0.2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"product": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"product_id": "skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-4.1.el9_0.2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"product_id": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-4.1.el9_0.2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"product_id": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-4.1.el9_0.2?arch=aarch64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.el9_0.aarch64",
"product": {
"name": "crun-0:1.14.3-1.el9_0.aarch64",
"product_id": "crun-0:1.14.3-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"product_id": "crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.el9_0?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"product_id": "crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.el9_0?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-1.el9_0.3.ppc64le",
"product": {
"name": "buildah-1:1.26.9-1.el9_0.3.ppc64le",
"product_id": "buildah-1:1.26.9-1.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-1.el9_0.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"product": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"product_id": "buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-1.el9_0.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"product": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"product_id": "buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-1.el9_0.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product_id": "buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-1.el9_0.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product_id": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-1.el9_0.3?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_0.ppc64le",
"product": {
"name": "runc-4:1.2.9-1.el9_0.ppc64le",
"product_id": "runc-4:1.2.9-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"product_id": "runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_0?arch=ppc64le\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.6?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_id": "skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-4.1.el9_0.2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"product": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_id": "skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-4.1.el9_0.2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"product": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_id": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-4.1.el9_0.2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_id": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-4.1.el9_0.2?arch=ppc64le\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.el9_0.ppc64le",
"product": {
"name": "crun-0:1.14.3-1.el9_0.ppc64le",
"product_id": "crun-0:1.14.3-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"product": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"product_id": "crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.el9_0?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"product_id": "crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.el9_0?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-1.el9_0.3.x86_64",
"product": {
"name": "buildah-1:1.26.9-1.el9_0.3.x86_64",
"product_id": "buildah-1:1.26.9-1.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-1.el9_0.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"product": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"product_id": "buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-1.el9_0.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"product": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"product_id": "buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-1.el9_0.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product_id": "buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-1.el9_0.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product_id": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-1.el9_0.3?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_0.x86_64",
"product": {
"name": "runc-4:1.2.9-1.el9_0.x86_64",
"product_id": "runc-4:1.2.9-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"product_id": "runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_0?arch=x86_64\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.6?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"product": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"product_id": "skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-4.1.el9_0.2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64",
"product": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64",
"product_id": "skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-4.1.el9_0.2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"product": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"product_id": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-4.1.el9_0.2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"product_id": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-4.1.el9_0.2?arch=x86_64\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.el9_0.x86_64",
"product": {
"name": "crun-0:1.14.3-1.el9_0.x86_64",
"product_id": "crun-0:1.14.3-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"product": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"product_id": "crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.el9_0?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"product_id": "crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.el9_0?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "buildah-1:1.26.9-1.el9_0.3.s390x",
"product": {
"name": "buildah-1:1.26.9-1.el9_0.3.s390x",
"product_id": "buildah-1:1.26.9-1.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah@1.26.9-1.el9_0.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"product": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"product_id": "buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests@1.26.9-1.el9_0.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"product": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"product_id": "buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debugsource@1.26.9-1.el9_0.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product_id": "buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-debuginfo@1.26.9-1.el9_0.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product_id": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/buildah-tests-debuginfo@1.26.9-1.el9_0.3?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "runc-4:1.2.9-1.el9_0.s390x",
"product": {
"name": "runc-4:1.2.9-1.el9_0.s390x",
"product_id": "runc-4:1.2.9-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc@1.2.9-1.el9_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debugsource-4:1.2.9-1.el9_0.s390x",
"product": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.s390x",
"product_id": "runc-debugsource-4:1.2.9-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debugsource@1.2.9-1.el9_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"product": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"product_id": "runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/runc-debuginfo@1.2.9-1.el9_0?arch=s390x\u0026epoch=4"
}
}
},
{
"category": "product_version",
"name": "podman-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-remote-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-tests-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-tests-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-tests@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debugsource@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-catatonit-debuginfo@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-debuginfo@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-gvproxy-debuginfo@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-plugins-debuginfo@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_id": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-remote-debuginfo@4.2.0-6.el9_0.6?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"product": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"product_id": "skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo@1.8.0-4.1.el9_0.2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"product": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"product_id": "skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-tests@1.8.0-4.1.el9_0.2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"product": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"product_id": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debugsource@1.8.0-4.1.el9_0.2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"product": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"product_id": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/skopeo-debuginfo@1.8.0-4.1.el9_0.2?arch=s390x\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "crun-0:1.14.3-1.el9_0.s390x",
"product": {
"name": "crun-0:1.14.3-1.el9_0.s390x",
"product_id": "crun-0:1.14.3-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun@1.14.3-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debugsource-0:1.14.3-1.el9_0.s390x",
"product": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.s390x",
"product_id": "crun-debugsource-0:1.14.3-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debugsource@1.14.3-1.el9_0?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"product": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"product_id": "crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/crun-debuginfo@1.14.3-1.el9_0?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-2:4.2.0-6.el9_0.6.noarch",
"product": {
"name": "podman-docker-2:4.2.0-6.el9_0.6.noarch",
"product_id": "podman-docker-2:4.2.0-6.el9_0.6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/podman-docker@4.2.0-6.el9_0.6?arch=noarch\u0026epoch=2"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64"
},
"product_reference": "buildah-1:1.26.9-1.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le"
},
"product_reference": "buildah-1:1.26.9-1.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x"
},
"product_reference": "buildah-1:1.26.9-1.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-1.el9_0.3.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src"
},
"product_reference": "buildah-1:1.26.9-1.el9_0.3.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-1:1.26.9-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64"
},
"product_reference": "buildah-1:1.26.9-1.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64"
},
"product_reference": "buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le"
},
"product_reference": "buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x"
},
"product_reference": "buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64"
},
"product_reference": "buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64"
},
"product_reference": "buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le"
},
"product_reference": "buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x"
},
"product_reference": "buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64"
},
"product_reference": "buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64"
},
"product_reference": "buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le"
},
"product_reference": "buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x"
},
"product_reference": "buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-1:1.26.9-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64"
},
"product_reference": "buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64"
},
"product_reference": "buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64"
},
"product_reference": "crun-0:1.14.3-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le"
},
"product_reference": "crun-0:1.14.3-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x"
},
"product_reference": "crun-0:1.14.3-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src"
},
"product_reference": "crun-0:1.14.3-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-0:1.14.3-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64"
},
"product_reference": "crun-0:1.14.3-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debuginfo-0:1.14.3-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64"
},
"product_reference": "crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le"
},
"product_reference": "crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x"
},
"product_reference": "crun-debugsource-0:1.14.3-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "crun-debugsource-0:1.14.3-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64"
},
"product_reference": "crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.6.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src"
},
"product_reference": "podman-2:4.2.0-6.el9_0.6.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-debugsource-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-2:4.2.0-6.el9_0.6.noarch as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch"
},
"product_reference": "podman-docker-2:4.2.0-6.el9_0.6.noarch",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.6.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-tests-2:4.2.0-6.el9_0.6.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64"
},
"product_reference": "podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64"
},
"product_reference": "runc-4:1.2.9-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le"
},
"product_reference": "runc-4:1.2.9-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x"
},
"product_reference": "runc-4:1.2.9-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_0.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src"
},
"product_reference": "runc-4:1.2.9-1.el9_0.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-4:1.2.9-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64"
},
"product_reference": "runc-4:1.2.9-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debuginfo-4:1.2.9-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64"
},
"product_reference": "runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_0.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "runc-debugsource-4:1.2.9-1.el9_0.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
},
"product_reference": "runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64"
},
"product_reference": "skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le"
},
"product_reference": "skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x"
},
"product_reference": "skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.src as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src"
},
"product_reference": "skopeo-2:1.8.0-4.1.el9_0.2.src",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-2:1.8.0-4.1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64"
},
"product_reference": "skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64"
},
"product_reference": "skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le"
},
"product_reference": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x"
},
"product_reference": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64"
},
"product_reference": "skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64"
},
"product_reference": "skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le"
},
"product_reference": "skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x"
},
"product_reference": "skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64 as a component of Red Hat Enterprise Linux AppStream E4S (v.9.0)",
"product_id": "AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
},
"product_reference": "skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64",
"relates_to_product_reference": "AppStream-9.0.0.Z.E4S"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-31133",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:17:18.235000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404705"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This flaw exploits an issue with how masked paths are implementedin runc. When masking files, runc will bind-mount the container\u0027s /dev/null inode on top of the file. However, if an attacker can replace /dev/null with a symlink to some other procfs file, runc will instead bind-mount the symlink target read-write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-31133"
},
{
"category": "external",
"summary": "RHBZ#2404705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-31133"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-9493-h29p-rfm2",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-9493-h29p-rfm2"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix\nDAC and thus user namespaces stop a container process from being able to write to them.\n\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n\n* Depending on the maskedPath configuration (the default configuratio nonly masks paths in /proc and /sys), using an AppArmor that blocks unexpectedwrites to any maskedPaths (as is the case with the defaultprofile used by Docker and Podman) will block attempts to exploit this issue. However, CVE-2025-52881 allows an attacker to bypass LSMlabels, and so this mitigation is not helpful when considered incombination with CVE-2025-52881.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape via \u0027masked path\u0027 abuse due to mount race conditions"
},
{
"cve": "CVE-2025-47913",
"discovery_date": "2025-11-13T22:01:26.092452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2414943"
}
],
"notes": [
{
"category": "description",
"text": "A flaw in golang.org/x/crypto/ssh/agent causes the SSH agent client to panic when a peer responds with the generic SSH_AGENT_SUCCESS (0x06) message to requests expecting typed replies (e.g., List, Sign). The unmarshal layer produces an unexpected message type, which the client code does not handle, leading to panic(\"unreachable\") or a nil-pointer dereference. A malicious agent or forwarded connection can exploit this to terminate the client process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability was marked as Important because it allows any malicious or misbehaving SSH agent to force a crash in the client process using a single valid protocol byte. The panic occurs before the client has a chance to validate message structure or recover, which means an attacker controlling\u2014or intercepting\u2014SSH agent traffic can reliably terminate processes that rely on agent interactions. In environments where SSH agents operate over forwarded sockets, shared workspaces, or CI/CD runners, this turns into a reliable, unauthenticated remote denial of service against critical automation or developer tooling. The flaw also stems from unsafe assumptions in the unmarshalling logic, where unexpected but protocol-legal message types drop into \u201cunreachable\u201d code paths instead of being handled gracefully\u2014making it a design-level reliability break rather than a simple error-handling bug. For this reason, it is rated as an important availability-impacting vulnerability rather than a moderate issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "RHBZ#2414943",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2414943"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-47913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47913"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47913"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-hcg3-q754-cr77",
"url": "https://github.com/advisories/GHSA-hcg3-q754-cr77"
},
{
"category": "external",
"summary": "https://go.dev/cl/700295",
"url": "https://go.dev/cl/700295"
},
{
"category": "external",
"summary": "https://go.dev/issue/75178",
"url": "https://go.dev/issue/75178"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4116",
"url": "https://pkg.go.dev/vuln/GO-2025-4116"
}
],
"release_date": "2025-11-13T21:29:39.907000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: SSH client panic due to unexpected SSH_AGENT_SUCCESS"
},
{
"cve": "CVE-2025-52565",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.653000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404708"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. CVE-2025-52565 is very similar in concept and application toCVE-2025-31133, except that it exploits a flaw in /dev/console\nbind-mounts. When creating the /dev/console bind-mount (to /dev/pts/$n), if an attacker replaces /dev/pts/$n with a symlink then runc will bind-mount the symlink target over /dev/console.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: container escape with malicious config due to /dev/console mount and related races",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52565"
},
{
"category": "external",
"summary": "RHBZ#2404708",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404708"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52565"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-qw9x-cqr3-wc7r"
}
],
"release_date": "2025-11-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using user namespaces, with the host root user not mapped into the container\u0027s namespace. procfs file permissions are managed using Unix DAC and thus user namespaces stop a container process from being able to write to them.\n* Not running as a root user in the container (this includes disabling setuid binaries with noNewPrivileges). As above, procfs file permissions are managed using Unix DAC and thus non-root users cannot write to them.\n* The default SELinux policy should mitigate this issue, as the /dev/console bind-mount does not re-label the mount and so the container process should not be able to write to unsafe procfs files. However, CVE-2025-52881 allows an attacker to bypass LSM labels, and so this mitigation is not helpful when considered in combination with CVE-2025-52881.\n* The default AppArmor profile used by most runtimes will NOT help mitigate this issue, as /dev/console access is permitted. You could create a custom profile that blocks access to /dev/console, but such a profile might break regular containers. In addition, CVE-2025-52881 allows an attacker to bypass LSM labels, and so that mitigation is not helpful when considered in combination with CVE-2025-52881.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: container escape with malicious config due to /dev/console mount and related races"
},
{
"cve": "CVE-2025-52881",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2025-10-17T14:19:18.652000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2404715"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in runc. This attack is a more sophisticated variant of CVE-2019-16884, which was a flaw that allowed an attacker to trick runc into writing the LSM process labels for a container process into a dummy tmpfs file and thus not apply the correct LSM labels to the container process. The mitigation applied for CVE-2019-16884 was fairly limited and effectively only caused runc to verify that when we write LSM labels that those labels are actual procfs files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat considers this as an Important flaw since the impact is limited to local attack with minimal privileges in order to jeopardize the environment.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-52881"
},
{
"category": "external",
"summary": "RHBZ#2404715",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2404715"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-52881"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm",
"url": "https://github.com/opencontainers/runc/security/advisories/GHSA-cgrx-mc8f-2prm"
},
{
"category": "external",
"summary": "https://github.com/opencontainers/selinux/pull/237",
"url": "https://github.com/opencontainers/selinux/pull/237"
}
],
"release_date": "2025-11-05T09:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "Potential mitigations for this issue include:\n\n* Using rootless containers, as doing so will block most of the inadvertent writes (runc would run with reduced privileges, making attempts to write to procfs files ineffective).\n* Based on our analysis, neither AppArmor or SELinux can protect against the full version of the redirected write attack. The container runtime is generally privileged enough to write to arbitrary procfs files, which is more than sufficient to cause a container breakout.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "runc: opencontainers/selinux: container escape and denial of service due to arbitrary write gadgets and procfs write redirects"
},
{
"cve": "CVE-2025-58183",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-10-29T23:01:50.573951+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407258"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/tar package in the Go standard library. tar.Reader does not set a maximum size on the number of sparse region data blocks in GNU tar pax 1.0 sparse files. A specially crafted tar archive with a pax header indicating a big number of sparse regions can cause a Go program to try to allocate a large amount of memory, causing an out-of-memory condition and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to be able to process a specially crafted GNU tar pax 1.0 archive with the application using the archive/tar package. Additionally, this issue can cause the Go application to allocate a large amount of memory, eventually leading to an out-of-memory condition and resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-58183"
},
{
"category": "external",
"summary": "RHBZ#2407258",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407258"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-58183"
},
{
"category": "external",
"summary": "https://go.dev/cl/709861",
"url": "https://go.dev/cl/709861"
},
{
"category": "external",
"summary": "https://go.dev/issue/75677",
"url": "https://go.dev/issue/75677"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI",
"url": "https://groups.google.com/g/golang-announce/c/4Emdl2iQ_bI"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4014",
"url": "https://pkg.go.dev/vuln/GO-2025-4014"
}
],
"release_date": "2025-10-29T22:10:14.376000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/tar: Unbounded allocation when parsing GNU sparse map"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"known_not_affected": [
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-15T15:24:38+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:8325"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.src",
"AppStream-9.0.0.Z.E4S:buildah-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-debugsource-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.aarch64",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.ppc64le",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.s390x",
"AppStream-9.0.0.Z.E4S:buildah-tests-debuginfo-1:1.26.9-1.el9_0.3.x86_64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:crun-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debuginfo-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:crun-debugsource-0:1.14.3-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.src",
"AppStream-9.0.0.Z.E4S:podman-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-catatonit-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-debugsource-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-docker-2:4.2.0-6.el9_0.6.noarch",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-gvproxy-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-plugins-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-remote-debuginfo-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.aarch64",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.ppc64le",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.s390x",
"AppStream-9.0.0.Z.E4S:podman-tests-2:4.2.0-6.el9_0.6.x86_64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.src",
"AppStream-9.0.0.Z.E4S:runc-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debuginfo-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.aarch64",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.ppc64le",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.s390x",
"AppStream-9.0.0.Z.E4S:runc-debugsource-4:1.2.9-1.el9_0.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.src",
"AppStream-9.0.0.Z.E4S:skopeo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debuginfo-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-debugsource-2:1.8.0-4.1.el9_0.2.x86_64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.aarch64",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.ppc64le",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.s390x",
"AppStream-9.0.0.Z.E4S:skopeo-tests-2:1.8.0-4.1.el9_0.2.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
}
]
}
SUSE-SU-2025:4156-1
Vulnerability from csaf_suse - Published: 2025-11-21 14:29 - Updated: 2025-11-21 14:29| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-47913: golang.org/x/crypto/ssh/agent: Fixed client process termination when receiving an unexpected message type in response to a key listing or signing request (bsc#1253542)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4156,SUSE-SLE-Product-HPC-15-SP3-LTSS-2025-4156,SUSE-SLE-Product-SLES-15-SP3-LTSS-2025-4156,SUSE-SLE-Product-SLES_SAP-15-SP3-2025-4156,SUSE-SUSE-MicroOS-5.2-2025-4156,SUSE-Storage-7.1-2025-4156",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4156-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4156-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254156-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4156-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023314.html"
},
{
"category": "self",
"summary": "SUSE Bug 1253542",
"url": "https://bugzilla.suse.com/1253542"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-11-21T14:29:28Z",
"generator": {
"date": "2025-11-21T14:29:28Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4156-1",
"initial_release_date": "2025-11-21T14:29:28Z",
"revision_history": [
{
"date": "2025-11-21T14:29:28Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.66.1.aarch64",
"product": {
"name": "podman-4.9.5-150300.9.66.1.aarch64",
"product_id": "podman-4.9.5-150300.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"product_id": "podman-remote-4.9.5-150300.9.66.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.66.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150300.9.66.1.aarch64",
"product_id": "podmansh-4.9.5-150300.9.66.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.66.1.i586",
"product": {
"name": "podman-4.9.5-150300.9.66.1.i586",
"product_id": "podman-4.9.5-150300.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.66.1.i586",
"product": {
"name": "podman-remote-4.9.5-150300.9.66.1.i586",
"product_id": "podman-remote-4.9.5-150300.9.66.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.66.1.i586",
"product": {
"name": "podmansh-4.9.5-150300.9.66.1.i586",
"product_id": "podmansh-4.9.5-150300.9.66.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150300.9.66.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150300.9.66.1.noarch",
"product_id": "podman-docker-4.9.5-150300.9.66.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.66.1.ppc64le",
"product": {
"name": "podman-4.9.5-150300.9.66.1.ppc64le",
"product_id": "podman-4.9.5-150300.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.66.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150300.9.66.1.ppc64le",
"product_id": "podman-remote-4.9.5-150300.9.66.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.66.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150300.9.66.1.ppc64le",
"product_id": "podmansh-4.9.5-150300.9.66.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.66.1.s390x",
"product": {
"name": "podman-4.9.5-150300.9.66.1.s390x",
"product_id": "podman-4.9.5-150300.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.66.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150300.9.66.1.s390x",
"product_id": "podman-remote-4.9.5-150300.9.66.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.66.1.s390x",
"product": {
"name": "podmansh-4.9.5-150300.9.66.1.s390x",
"product_id": "podmansh-4.9.5-150300.9.66.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150300.9.66.1.x86_64",
"product": {
"name": "podman-4.9.5-150300.9.66.1.x86_64",
"product_id": "podman-4.9.5-150300.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"product_id": "podman-remote-4.9.5-150300.9.66.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150300.9.66.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150300.9.66.1.x86_64",
"product_id": "podmansh-4.9.5-150300.9.66.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.2",
"product": {
"name": "SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2",
"product_identification_helper": {
"cpe": "cpe:/o:suse:suse-microos:5.2"
}
}
},
{
"category": "product_name",
"name": "SUSE Enterprise Storage 7.1",
"product": {
"name": "SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1",
"product_identification_helper": {
"cpe": "cpe:/o:suse:ses:7.1"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.s390x as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP3-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP3-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.ppc64le"
},
"product_reference": "podman-4.9.5-150300.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP3",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.s390x"
},
"product_reference": "podman-4.9.5-150300.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.s390x as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64 as component of SUSE Linux Enterprise Micro 5.2",
"product_id": "SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150300.9.66.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.aarch64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.aarch64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150300.9.66.1.x86_64 as component of SUSE Enterprise Storage 7.1",
"product_id": "SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150300.9.66.1.x86_64",
"relates_to_product_reference": "SUSE Enterprise Storage 7.1"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Enterprise Storage 7.1:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Micro 5.2:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.aarch64",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.s390x",
"SUSE Linux Enterprise Server 15 SP3-LTSS:podman-remote-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-4.9.5-150300.9.66.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP3:podman-remote-4.9.5-150300.9.66.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-21T14:29:28Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
}
]
}
SUSE-SU-2025:4157-1
Vulnerability from csaf_suse - Published: 2025-11-21 14:30 - Updated: 2025-11-21 14:30| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.62.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-47913: golang.org/x/crypto/ssh/agent: Fixed client process termination when receiving an unexpected message type in response to a key listing or signing request (bsc#1253542)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4157,SUSE-SLE-Micro-5.3-2025-4157,SUSE-SLE-Micro-5.4-2025-4157,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2025-4157,SUSE-SLE-Product-HPC-15-SP4-LTSS-2025-4157,SUSE-SLE-Product-SLES-15-SP4-LTSS-2025-4157,SUSE-SLE-Product-SLES_SAP-15-SP4-2025-4157",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4157-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4157-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254157-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4157-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023313.html"
},
{
"category": "self",
"summary": "SUSE Bug 1253542",
"url": "https://bugzilla.suse.com/1253542"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-11-21T14:30:17Z",
"generator": {
"date": "2025-11-21T14:30:17Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4157-1",
"initial_release_date": "2025-11-21T14:30:17Z",
"revision_history": [
{
"date": "2025-11-21T14:30:17Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.62.1.aarch64",
"product": {
"name": "podman-4.9.5-150400.4.62.1.aarch64",
"product_id": "podman-4.9.5-150400.4.62.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"product_id": "podman-remote-4.9.5-150400.4.62.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.62.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150400.4.62.1.aarch64",
"product_id": "podmansh-4.9.5-150400.4.62.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.62.1.i586",
"product": {
"name": "podman-4.9.5-150400.4.62.1.i586",
"product_id": "podman-4.9.5-150400.4.62.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.62.1.i586",
"product": {
"name": "podman-remote-4.9.5-150400.4.62.1.i586",
"product_id": "podman-remote-4.9.5-150400.4.62.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.62.1.i586",
"product": {
"name": "podmansh-4.9.5-150400.4.62.1.i586",
"product_id": "podmansh-4.9.5-150400.4.62.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150400.4.62.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150400.4.62.1.noarch",
"product_id": "podman-docker-4.9.5-150400.4.62.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.62.1.ppc64le",
"product": {
"name": "podman-4.9.5-150400.4.62.1.ppc64le",
"product_id": "podman-4.9.5-150400.4.62.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.62.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150400.4.62.1.ppc64le",
"product_id": "podman-remote-4.9.5-150400.4.62.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.62.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150400.4.62.1.ppc64le",
"product_id": "podmansh-4.9.5-150400.4.62.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.62.1.s390x",
"product": {
"name": "podman-4.9.5-150400.4.62.1.s390x",
"product_id": "podman-4.9.5-150400.4.62.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.62.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150400.4.62.1.s390x",
"product_id": "podman-remote-4.9.5-150400.4.62.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.62.1.s390x",
"product": {
"name": "podmansh-4.9.5-150400.4.62.1.s390x",
"product_id": "podmansh-4.9.5-150400.4.62.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150400.4.62.1.x86_64",
"product": {
"name": "podman-4.9.5-150400.4.62.1.x86_64",
"product_id": "podman-4.9.5-150400.4.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"product_id": "podman-remote-4.9.5-150400.4.62.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150400.4.62.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150400.4.62.1.x86_64",
"product_id": "podmansh-4.9.5-150400.4.62.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.3",
"product": {
"name": "SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.3"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.4",
"product": {
"name": "SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp4"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp4"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
"product_id": "SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
"product_id": "SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.62.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.62.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.62.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.62.1.noarch as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.s390x as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP4-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP4-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.ppc64le"
},
"product_reference": "podman-4.9.5-150400.4.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150400.4.62.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.62.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150400.4.62.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150400.4.62.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP4",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150400.4.62.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.3:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Micro 5.4:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.aarch64",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.s390x",
"SUSE Linux Enterprise Server 15 SP4-LTSS:podman-remote-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-4.9.5-150400.4.62.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-docker-4.9.5-150400.4.62.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP4:podman-remote-4.9.5-150400.4.62.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-21T14:30:17Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
}
]
}
SUSE-SU-2025:4185-1
Vulnerability from csaf_suse - Published: 2025-11-24 07:57 - Updated: 2025-11-24 07:57| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.59.1.noarch | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Security update for podman",
"title": "Title of the patch"
},
{
"category": "description",
"text": "This update for podman fixes the following issues:\n\n- CVE-2025-47913: golang.org/x/crypto/ssh/agent: Fixed client process termination when receiving an unexpected message type in response to a key listing or signing request (bsc#1253542)\n",
"title": "Description of the patch"
},
{
"category": "details",
"text": "SUSE-2025-4185,SUSE-SLE-Micro-5.5-2025-4185,SUSE-SLE-Module-Containers-15-SP6-2025-4185,SUSE-SLE-Module-Containers-15-SP7-2025-4185,SUSE-SLE-Product-HPC-15-SP5-ESPOS-2025-4185,SUSE-SLE-Product-HPC-15-SP5-LTSS-2025-4185,SUSE-SLE-Product-SLES-15-SP5-LTSS-2025-4185,SUSE-SLE-Product-SLES_SAP-15-SP5-2025-4185,openSUSE-SLE-15.6-2025-4185",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2025_4185-1.json"
},
{
"category": "self",
"summary": "URL for SUSE-SU-2025:4185-1",
"url": "https://www.suse.com/support/update/announcement/2025/suse-su-20254185-1/"
},
{
"category": "self",
"summary": "E-Mail link for SUSE-SU-2025:4185-1",
"url": "https://lists.suse.com/pipermail/sle-security-updates/2025-November/023317.html"
},
{
"category": "self",
"summary": "SUSE Bug 1253542",
"url": "https://bugzilla.suse.com/1253542"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2025-47913 page",
"url": "https://www.suse.com/security/cve/CVE-2025-47913/"
}
],
"title": "Security update for podman",
"tracking": {
"current_release_date": "2025-11-24T07:57:21Z",
"generator": {
"date": "2025-11-24T07:57:21Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "SUSE-SU-2025:4185-1",
"initial_release_date": "2025-11-24T07:57:21Z",
"revision_history": [
{
"date": "2025-11-24T07:57:21Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.59.1.aarch64",
"product": {
"name": "podman-4.9.5-150500.3.59.1.aarch64",
"product_id": "podman-4.9.5-150500.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"product": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"product_id": "podman-remote-4.9.5-150500.3.59.1.aarch64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.59.1.aarch64",
"product": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64",
"product_id": "podmansh-4.9.5-150500.3.59.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.59.1.i586",
"product": {
"name": "podman-4.9.5-150500.3.59.1.i586",
"product_id": "podman-4.9.5-150500.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.59.1.i586",
"product": {
"name": "podman-remote-4.9.5-150500.3.59.1.i586",
"product_id": "podman-remote-4.9.5-150500.3.59.1.i586"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.59.1.i586",
"product": {
"name": "podmansh-4.9.5-150500.3.59.1.i586",
"product_id": "podmansh-4.9.5-150500.3.59.1.i586"
}
}
],
"category": "architecture",
"name": "i586"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-docker-4.9.5-150500.3.59.1.noarch",
"product": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch",
"product_id": "podman-docker-4.9.5-150500.3.59.1.noarch"
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.59.1.ppc64le",
"product": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le",
"product_id": "podman-4.9.5-150500.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"product": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"product_id": "podman-remote-4.9.5-150500.3.59.1.ppc64le"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"product": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"product_id": "podmansh-4.9.5-150500.3.59.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.59.1.s390x",
"product": {
"name": "podman-4.9.5-150500.3.59.1.s390x",
"product_id": "podman-4.9.5-150500.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.59.1.s390x",
"product": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x",
"product_id": "podman-remote-4.9.5-150500.3.59.1.s390x"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.59.1.s390x",
"product": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x",
"product_id": "podmansh-4.9.5-150500.3.59.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "podman-4.9.5-150500.3.59.1.x86_64",
"product": {
"name": "podman-4.9.5-150500.3.59.1.x86_64",
"product_id": "podman-4.9.5-150500.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"product": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"product_id": "podman-remote-4.9.5-150500.3.59.1.x86_64"
}
},
{
"category": "product_version",
"name": "podmansh-4.9.5-150500.3.59.1.x86_64",
"product": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64",
"product_id": "podmansh-4.9.5-150500.3.59.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "SUSE Linux Enterprise Micro 5.5",
"product": {
"name": "SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-micro:5.5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp6"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product": {
"name": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle-module-containers:15:sp7"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-espos:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sle_hpc-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product": {
"name": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles-ltss:15:sp5"
}
}
},
{
"category": "product_name",
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product": {
"name": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_identification_helper": {
"cpe": "cpe:/o:suse:sles_sap:15:sp5"
}
}
},
{
"category": "product_name",
"name": "openSUSE Leap 15.6",
"product": {
"name": "openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:leap:15.6"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Micro 5.5",
"product_id": "SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Micro 5.5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP6",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Module for Containers 15 SP7",
"product_id": "SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Module for Containers 15 SP7"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server 15 SP5-LTSS",
"product_id": "SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server 15 SP5-LTSS"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 15 SP5",
"product_id": "SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "SUSE Linux Enterprise Server for SAP Applications 15 SP5"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-4.9.5-150500.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-docker-4.9.5-150500.3.59.1.noarch as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.59.1.noarch"
},
"product_reference": "podman-docker-4.9.5-150500.3.59.1.noarch",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podman-remote-4.9.5-150500.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podman-remote-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.aarch64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.aarch64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.aarch64",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.ppc64le as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.ppc64le"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.ppc64le",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.s390x as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.s390x"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.s390x",
"relates_to_product_reference": "openSUSE Leap 15.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "podmansh-4.9.5-150500.3.59.1.x86_64 as component of openSUSE Leap 15.6",
"product_id": "openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.x86_64"
},
"product_reference": "podmansh-4.9.5-150500.3.59.1.x86_64",
"relates_to_product_reference": "openSUSE Leap 15.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-47913",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2025-47913"
}
],
"notes": [
{
"category": "general",
"text": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.59.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2025-47913",
"url": "https://www.suse.com/security/cve/CVE-2025-47913"
},
{
"category": "external",
"summary": "SUSE Bug 1253506 for CVE-2025-47913",
"url": "https://bugzilla.suse.com/1253506"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.59.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-ESPOS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise High Performance Computing 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Micro 5.5:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP6:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Module for Containers 15 SP7:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.aarch64",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.s390x",
"SUSE Linux Enterprise Server 15 SP5-LTSS:podmansh-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-docker-4.9.5-150500.3.59.1.noarch",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podman-remote-4.9.5-150500.3.59.1.x86_64",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.ppc64le",
"SUSE Linux Enterprise Server for SAP Applications 15 SP5:podmansh-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podman-docker-4.9.5-150500.3.59.1.noarch",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podman-remote-4.9.5-150500.3.59.1.x86_64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.aarch64",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.ppc64le",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.s390x",
"openSUSE Leap 15.6:podmansh-4.9.5-150500.3.59.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2025-11-24T07:57:21Z",
"details": "important"
}
],
"title": "CVE-2025-47913"
}
]
}
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.